home *** CD-ROM | disk | FTP | other *** search
/ Freelog 49 / Freelog049.iso / Bas / Inutilitaires / Chirac / CHIRACDA.EXE / scripts / DefineButton2_141 / BUTTONCONDACTION on(release).as
Text File  |  2002-01-27  |  134b  |  10 lines

  1. on(release){
  2.    _root.jump = 1;
  3.    _root.danc = 1;
  4.    cpt = 0;
  5.    if(moon == 1)
  6.    {
  7.       _root.MJ.gotoAndPlay(148);
  8.    }
  9. }
  10.